#!/bin/bash
if [ -d '/Applications/iWork/Keynote.app/Contents/Resources/' ]
then
exit 0
else
exit 112
fi
